bitkeeper revision 1.1389.1.44 (42836092KAyZPo1cIHGipoDmz3w67g)
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 12 May 2005 13:56:34 +0000 (13:56 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Thu, 12 May 2005 13:56:34 +0000 (13:56 +0000)
setup.c:
  Cleanup really randomly added whitespace -- is your space key stuck?
  Cleanup whitespace.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c

index a53fdd31d42da70093c0a96c345f4c7e231bcc4d..8bfc59d1f152df66c144a016313dc61cd55422bf 100644 (file)
@@ -1572,20 +1572,19 @@ void __init setup_arch(char **cmdline_p)
        HYPERVISOR_physdev_op(&op);
 
 #ifdef CONFIG_ACPI_BOOT
-       if ( !(xen_start_info.flags & SIF_INITDOMAIN) )
-       {
-            printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
-            acpi_disabled = 1;
-             acpi_ht = 0;
+       if (!(xen_start_info.flags & SIF_INITDOMAIN)) {
+               printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
+               acpi_disabled = 1;
+               acpi_ht = 0;
        }
 #endif
 
-       /*
-        * Parse the ACPI tables for possible boot-time SMP configuration.
-        */          
-        acpi_boot_table_init();
-        acpi_boot_init();
-            
+       /*
+        * Parse the ACPI tables for possible boot-time SMP configuration.
+        */
+       acpi_boot_table_init();
+       acpi_boot_init();
+
 #ifdef CONFIG_X86_LOCAL_APIC
        if (smp_found_config)
                get_smp_config();